Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 5 - Attribute Objects / Attribute Objects Reference
Application-Defined Routines /


TQ3AttributeInheritMethod

You must define an attribute inheritance method to manage inheritance of your custom attribute type.

typedef TQ3Boolean TQ3AttributeInheritMethod;
DESCRIPTION
Your TQ3AttributeInheritMethod function should return a Boolean value that indicates whether attributes of your custom type should be inherited (kQ3True) or not (kQ3False).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996